CreatePlatformTypeListIterator
TheCreatePlatformTypeListIterator
method creates a platform type-list iterator for this platform type list.
ODPlatformTypeListIterator CreatePlatformTypeListIterator ();
- return value
- A reference to the newly created platform type-list iterator.
DISCUSSION
You call this method if you need to apply an operation to each element of this platform type list.While you are using the returned platform type-list iterator, you must not modify this platform type list; in particular, you must not add or remove elements, and you must not delete this list platform type list.
You must delete the returned platform type-list iterator when it is no longer needed.
EXCEPTIONS
kODErrOutOfMemory
- There is not enough memory to create the iterator.
SEE ALSO
TheODPlatformTypeListIterator
class (page 569).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help